html,body{
    font-size:14px;
    font-family: "Microsoft YaHei UI";
    color:#333;
    line-height:24px;
    min-width: 1300px;
    margin:0;
    padding:0;
}
div,dl,dt,dd,ul,li,p,h1,h2,img{
    list-style:none;
    padding:0;
    margin:0;
    border:none;
    font-weight:normal;
}
a{
    text-decoration:none;
    color:#333;
}
a:hover{
    color: #003394;
}
.clear_both:after{
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}
.main1200{
    width: 1200px;
    margin: 0 auto;
}


.nav_row{
    background-color: #fff;
}
.nav_in{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.logo_row{
    display: flex;
    align-items: center;
}

ul.nav_center{
    width: 600px;
    height: 90px;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}
ul.nav_center li{}
ul.nav_center li>a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    padding: 0 15px;
    font-weight: bold;
    overflow: hidden;
}
ul.nav_center li>a:hover{
    color: #fff;
    background-color: #003394;
}
ul.nav_center li div{
    width: 100%;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 1;
    height: 0;
    border-top: 2px solid #003394;
    background-color: rgba(51,51,51,.5);
    align-items: center;
    justify-content: center;
    display: flex;
    opacity: 0;
    transition: height .3s linear,opacity .3s linear;
    overflow: hidden;
}
ul.nav_center li:hover div{
    opacity: 1;
    height: 48px;
    z-index: 1000;
}
ul.nav_center li div a{
    color: #fff;
    font-weight: bold;
    margin: 0 12px;
}
ul.nav_center li div a:hover{
    text-decoration: underline;
}



/* .search_row{
    width: 180px;
    height: 34px;
    background-color: #fff;
    border: 1px solid #7c99a5;
    border-radius: 17px;
    overflow: hidden;
}
.search_row input{
    height: 34px;
}
input.search_left{
    width: 146px;
    border: 0;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    float: left;
}
input.search_glass{
    width: 30px;
    height: 34px;
    background: url("../images/search-icon.jpg") center no-repeat;
    border: 0;
    outline: none;
} */
/*搜索框*/
.nav_search{
    float: right;
    margin: 0 10px 0 0;
}
.nav_search a{
    display: block;
    width: 18px;
    height: 18px;
    float: right;
    background: url("../images/search-icon.jpg") no-repeat;
    transition-duration: .5s;
}
.header.on .nav_search a{
    background: url("../images/search-icon.jpg") no-repeat
}
.search_row{
    width: 240px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 100;
    display: none;
    
}
.search_tk{
    width: 240px;
    height: 32px;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    right: -240px;
    overflow: hidden;
    border: 1px solid #7c99a5;
    box-sizing: border-box;
}
.search_tk select{
    float: left;
    border: 0;
    height: 100%;
    padding: 0 2px;
    outline: none;
}
.search_tk a{
    float: left;
    padding: 6px 0 0 0px;
}
.search_tk input{
    width: 144px;
    height: 32px;
    background-color: #fff;
    border: 0;
    float: left;
    outline: none;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
}
.search_dh{
    right: 0;
    transition: right .8s linear;
}
.search_hq{
    right: -174px;
    transition: right .8s linear;
}


.focus_row{
    width: 100%;
    height: 502px;
    overflow: hidden;
    position: relative;
	background: #013394;
}
.focus_row .hd{
    width: 100%;
    height: 4px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 22px;
    z-index: 1;
}
.focus_row .hd ul{
    display: flex;
    justify-content: center;
    zoom: 1;
}
.focus_row .hd ul li{
    margin: 0 4px;
    width: 36px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255,255,255,.5);
    cursor: pointer;
}
.focus_row .hd ul li.on{
    background-color: #2ec7ff;
}
.focus_row .bd{
    position: relative;
    height: 502px;
    z-index: 0;
}
.focus_row .bd li a{
    width: 100%;
    height: 502px;
    display: flex;
    justify-content: center;
}
.focus_row .bd img{
    width: 2560px;
    height: 502px;
}

.focus_row .prev,
.focus_row .next{
    width: 25px;
    height: 42px;
    position: absolute;
    top: 230px;
    display:block;
    z-index: 100;
    opacity: .5;
}
.focus_row .prev{
    left: 50%;
    margin-left: -600px;
    background: url("../images/focus-prev.png") no-repeat;
}
.focus_row .next{
    right: 50%;
    margin-right: -600px;
    background: url("../images/focus-next.png") no-repeat;
}
.focus_row .prev:hover,
.focus_row .next:hover{
    opacity:1;
}


.margin_top50{
    margin-top: 50px;
}

.title_long{
    position: relative;
}
.title_long b{
    font-size: 20px;
}
.title_long p{
    font-size: 14px;
    color: #7c99a5;
}
.title_long a{
    position: absolute;
    font-size: 14px;
    color: #999;
    right: 0;
    top: 0;
    transition: transform .2s linear,color .2s linear;
}
.title_long a:hover{
    color: #003394;
    transform: scale(1.01);
}

.jtdt_row{
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
}

.focus_content{
    width: 600px;
    height: 396px;
    overflow: hidden;
    position: relative;
}
.focus_content .hd{
    height: 10px;
    position: absolute;
    z-index: 1;
    bottom: 15px;
    right: 15px;
}
.focus_content .hd ul{
    zoom: 1;
}
.focus_content .hd ul li{
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,1);
    float: left;
    margin: 0 0 0 8px;
    border-radius: 5px;
}
.focus_content .hd ul li.on{
    background: rgba(46,199,255,1);
    width: 24px;
}
.focus_content .bd{
    position: relative;
    height: 100%;
    z-index: 0;
}
.focus_content .bd li{
    zoom: 1;
}
.focus_content .bd img{
    width: 600px;
    height: 396px;
}
.focus_content .bd p{
    position: absolute;
    bottom: 10px;
    left: 18px;
    width: 470px;
    z-index: 111;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.focus_content .bd div{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    background: rgba(0,0,0,.8);
    width: 600px;
    z-index: 10;
}


.focus_right{
    width: 572px;
}
.focus_right .hd{
    line-height: 52px;
    height: 52px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    font-size: 16px;
}
.focus_right .hd .more a{
    float:right;
    font-size: 14px;
    color: #999;
    transition: transform .2s linear,color .2s linear;
}
.focus_right .hd .more a:hover{
    color: #003394;
    transform: scale(1.01);
}
.focus_right .hd ul{
    zoom: 1;
    color: #666;
}
.focus_right .hd li{
    float: left;
    padding: 0 10px;
    cursor: pointer;
}
.focus_right .hd li.on{
    border-bottom: 2px solid #003394;
    box-sizing: border-box;
    color: #333;
}
.focus_right .bd{}
.focus_right .bd .conWrap{}
.focus_right .bd .conWrap ul{
    font-size: 14px;
    line-height: 34px;
    padding-top: 28px;
}
.focus_right .bd .conWrap ul li{
    display: flex;
    justify-content: space-between;
}
.focus_right .bd .conWrap ul li a{
    width: 480px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #494949;
    transition: transform .2s linear,color .2s linear;
}
.focus_right .bd .conWrap ul li a:hover{
    color: #003394;
    transform: scale(1.01);
}
.focus_right .bd .conWrap ul li span{
    color: #999;
}


.zt_title{
    width: 50px;
    height: 190px;
    float: left;
    background-color: #003394;
    text-align: center;
}
.zt_title b{
    font-size: 20px;
    color: #fff;
    padding-top: 32px;
    display: inline-block;
}
.zt_title span{
    color: #7c99a5;
    transform: rotate(90deg);
    display: inline-block;
    margin: 26px 0 0 -6px;
}
.zt_right{
    width: 1150px;
    height: 190px;
    overflow: hidden;
    position: relative;
    background-color: #f2f2f2;
}
.zt_right .hd{}
.zt_right .hd .prev,
.zt_right .hd .next{
    display: block;
    width: 14px;
    height: 26px;
    position: absolute;
    top: 80px;
}
.zt_right .hd .prev{
    left: 18px;
    cursor: pointer;
    background: url("../images/zt-prev.png") no-repeat;
}
.zt_right .hd .next{
    right: 18px;
    cursor: pointer;
    background: url("../images/zt-next.png") no-repeat;
}
.zt_right .bd{
    width: 1020px;
    padding: 36px 0 0;
    margin-left: 66px;
    overflow: hidden;
}
.zt_right .bd ul{
    overflow: hidden;
    zoom: 1;
}
.zt_right .bd ul li{
    width: 234px;
    margin: 0 28px 0 0;
    float: left;
}
.zt_right .bd ul li img{
    width: 234px;
    height: 118px;
}


.hxyw_row{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.hxyw_left{
    width: 388px;
    height: 488px;
    position: relative;
}
.hxyw_left img{
    width: 388px;
    height: 488px;
}
.hxyw_left .hxyw_left_bg{
    width: 388px;
    height: 488px;
    background-color: rgba(0,51,148,.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .5s linear;
}
.hxyw_left .hxyw_left_bg b{
    display: block;
    width: 65px;
    background: url("../images/hxyw-icon4.png") center 12px no-repeat;
    color: #fff;
    font-size: 24px;
    margin: 148px auto 0;
    padding-top: 90px;
    text-align: center;
}
.hxyw_left .hxyw_left_bg p{
    text-align: center;
    padding-top: 34px;
}
.hxyw_left .hxyw_left_bg a{
    display: inline-block;
    width: 146px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 17px;
    transition: opacity .2s linear;
    opacity: .7;
}
.hxyw_left .hxyw_left_bg:hover{
    opacity: 1;
}
.hxyw_left .hxyw_left_bg a:hover{
    opacity: 1;
}

.hxyw_right{
    width: 794px;
}
.hxyw_right_top{
    display: flex;
    justify-content: space-between;
}
.hxyw_right_top .hxyw_right_in{
    width: 388px;
    height: 236px;
    position: relative;
}
.hxyw_right_top .hxyw_right_in img{
    width: 388px;
    height: 236px;
}
.hxyw_right_top .hxyw_right_in_bg{
    width: 388px;
    height: 236px;
    background-color: rgba(0,51,148,.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .5s linear;
}
.hxyw_right_top .hxyw_right_in_bg b{
    display: block;
    width: 67px;
    background: url("../images/hxyw-icon2.png") no-repeat;
    color: #fff;
    font-size: 24px;
    margin: 33px auto 0;
    padding-top: 76px;
    text-align: center;
}
.hxyw_right_top .hxyw_right_in_bg b.hxyw_right_r{
    background: url("../images/hxyw-icon3.png") no-repeat;
}
.hxyw_right_top .hxyw_right_in_bg p{
    text-align: center;
    padding-top: 34px;
}
.hxyw_right_top .hxyw_right_in_bg a{
    display: inline-block;
    width: 146px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 17px;
    transition: opacity .2s linear;
    opacity: .7;
}
.hxyw_right_top .hxyw_right_in_bg:hover{
    opacity: 1;
}
.hxyw_right_top .hxyw_right_in_bg a:hover{
    opacity: 1;
}

.hxyw_right_bottom{
    width: 794px;
    height: 236px;
    position: relative;
    margin-top: 16px;
}
.hxyw_right_bottom img{
    width: 794px;
    height: 236px;
}
.hxyw_right_bottom .hxyw_right_bottom_bg{
    width: 794px;
    height: 236px;
    background-color: rgba(0,51,148,.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .5s linear;
}
.hxyw_right_bottom .hxyw_right_bottom_bg b{
    display: block;
    width: 74px;
    background: url("../images/hxyw-icon1.png") no-repeat;
    color: #fff;
    font-size: 24px;
    margin: 30px auto 0;
    padding-top: 85px;
    text-align: center;
}
.hxyw_right_bottom .hxyw_right_bottom_bg p{
    text-align: center;
    padding-top: 34px;
}
.hxyw_right_bottom .hxyw_right_bottom_bg a{
    display: inline-block;
    width: 146px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 17px;
    transition: opacity .2s linear;
    opacity: .7;
}
.hxyw_right_bottom .hxyw_right_bottom_bg:hover{
    opacity: 1;
}
.hxyw_right_bottom .hxyw_right_bottom_bg a:hover{
    opacity: 1;
}


.dqgz_row{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.dqgz_left{
    width: 600px;
    position: relative;
}
.dqgz_left .hd{
    width: 394px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 22px;
    font-size: 16px;
}
.dqgz_left .hd .more a{
    float:right;
    font-size: 14px;
    color: #999;
    transition: transform .2s linear,color .2s linear;
}
.dqgz_left .hd .more a:hover{
    color: #003394;
    transform: scale(1.01);
}
.dqgz_left .hd ul{
    zoom: 1;
    color: #666;
}
.dqgz_left .hd li{
    float: left;
    position: relative;
    padding: 0 8px 15px 14px;
    cursor: pointer;
    background: url("../images/dqgz-icon.jpg") left 5px no-repeat;
}
.dqgz_left .hd li:first-child{
    background: none;
}
.dqgz_left .hd li.on{
    color: #003394;
}
.dqgz_left .hd li.on span{
    width: 64px;
    height: 1px;
    background-color: #003394;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.dqgz_left .bd{}
.dqgz_left .bd .conWrap{}
.dqgz_left .bd .conWrap ul{
    height: 294px;
    background-color: #f2f2f2;
    font-size: 14px;
    line-height: 34px;
    margin-top: 16px;
    padding: 24px 26px 0;
}
.dqgz_left .bd .conWrap ul li{
    display: flex;
    justify-content: space-between;
}
.dqgz_left .bd .conWrap ul li a{
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #494949;
    transition: transform .2s linear,color .2s linear;
}
.dqgz_left .bd .conWrap ul li a:hover{
    color: #003394;
    transform: scale(1.01);
}
.dqgz_left .bd .conWrap ul li span{
    color: #999;
}

.fzgsdt_row{
    width: 558px;
}
ul.fzgsdt_font{
    height: 294px;
    background-color: #f2f2f2;
    font-size: 14px;
    line-height: 34px;
    margin-top: 16px;
    padding: 24px 26px 0;
}
ul.fzgsdt_font li{
    display: flex;
    justify-content: space-between;
}
ul.fzgsdt_font li a{
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #494949;
    transition: transform .2s linear,color .2s linear;
}
ul.fzgsdt_font li a:hover{
    color: #003394;
    transform: scale(1.01);
}
ul.fzgsdt_font li span{
    color: #999;
}


.footer_row{
    background-color: #003394;
    padding-bottom: 40px;
}
.yqlj_row{
    padding-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yqlj_title{
    font-size: 18px;
    color: #fff;
}
.yqlj_row select{
    width: 296px;
    height: 32px;
    font-size: 14px;
    color: #666;
    padding: 0 20px 0 16px;
    box-sizing: border-box;
    border: 0;
    outline: none;
    margin-left: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("../images/select-arrow.png") 272px center no-repeat;
}

.footer_bottom{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}
.footer_bottom_left{
    width: 700px;
}
.footer_bottom_left ul{
    display: flex;
    justify-content: space-between;
}
.footer_bottom_left ul li{
    width: 86px;
}
.footer_bottom_left ul li p{
    font-size: 16px;
    color: #fff;
    padding-bottom: 20px;
}
.footer_bottom_left ul li a{
    font-size: 14px;
    display: block;
    color: #9cc7f3;
    line-height: 30px;
}
.footer_bottom_left ul li a:hover{
    text-decoration: underline;
}
.footer_left_font{
    font-size: 14px;
    color: #9cc7f3;
    padding-top: 30px;
}

.footer_bottom_right{
    width: 350px;
}
ul.footer_ewm{
    width: 256px;
    float: right;
    display: flex;
    justify-content: space-between;
}
ul.footer_ewm li{
    width: 120px;
}
ul.footer_ewm li img{
    width: 120px;
    height: 120px;
}
ul.footer_ewm li p{
    font-size: 14px;
    color: #9cc7f3;
    padding-top: 6px;
    text-align: center;
}
.footer_right_font{
    width: 100%;
    float: right;
    font-size: 14px;
    color: #9cc7f3;
    padding-top: 67px;
    text-align: right;
    display: flex;
    align-items: center;
}
.footer_right_font a{
    color: #9cc7f3;
    display: flex;
    align-items: center;
    border-left: 1px solid #9cc7f3;
    height: 15px;
    margin-left: 14px;
    padding-left: 14px;
}
.footer_right_font a img{
    padding-right: 6px;
}
.footer_right_font a:hover{
    text-decoration: underline;
}

.list_banner{
    height: 380px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.list_nav{
    height: 80px;
    box-shadow: 0 3px 5px rgba(153,153,153,.2);
}
.list_nav_in{
    display: flex;
    justify-content: space-between;
}

.list_nav_left{
    height: 80px;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.list_nav_left p{
    padding: 0 15px;
}
.list_nav_left p:first-child{
    padding-left: 0;
}
.list_nav_left p a{
    color: #666;
    padding: 0 2px;
}
.list_nav_left p:hover a{
    color: #003394;
    border-bottom: 2px solid #003394;
    padding-bottom: 29px;
}
.list_nav_left span{
    width: 1px;
    height: 21px;
    background-color: #f5f5f5;
}
.list_nav_left p.now a{
    color: #003394;
    border-bottom: 2px solid #003394;
    padding-bottom: 29px;
}

.list_nav_right{
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
}
.list_nav_right a{
    color: #999;
}
.list_nav_right a:hover{
    color: #003394;
}
.list_nav_right span{
    padding: 0 6px;
}

.list_row{
    background-color: #f5f5f5;
}


.list_tab{
	padding-top: 50px;
}
.list_tab .hd{
	height: 42px;
	line-height: 42px;
}
.list_tab .hd ul{}
.list_tab .hd ul li{
	width: 134px;
	float: left;
	line-height: 42px;
	border: 1px solid #003394;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	color: #003394;
}
.list_tab .hd ul li a{
	width: 134px;
	float: left;
	line-height: 42px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	color: #003394;
}
.list_tab .hd ul li+li{
	margin-left: 20px;
}
.list_tab .hd ul li.on{
	width: 138px;
	line-height: 46px;
	background: #003394;
	color: #fff;
	border: 1px solid #003394;

    /* border-right: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
	margin: -2px 0 0 20px; */
}
.list_tab .hd ul li.on a{
	background: #003394;
	color: #fff;
}
.list_tab .hd ul li a:hover{
	background: #003394;
	color: #fff;

}
ul.list_in{
    padding: 20px 0 40px;
}
ul.list_in li{
    width: 1200px;
    height: 190px;
    background-color: #fff;
    margin-top: 30px;
    padding: 30px 30px 30px 0;
    box-sizing: border-box;
}
ul.list_in li a{
    display: flex;
    justify-content: space-between;
}
ul.list_in li a img{
    width: 200px;
    height: 134px;
    margin-left: 30px;
}
ul.list_in li a .list_right{
    width: 900px;
}
ul.list_in li a .list_right h1{
    font-size: 18px;
    font-weight: bold;
    padding-top: 4px;
}
ul.list_in li a .list_right span{
    display: block;
    font-size: 14px;
    color: #666;
    padding-top: 8px;
}
ul.list_in li a .list_right p{
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #999;
    padding-top: 6px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.list_in li a .list_right i{
    display: block;
    width: 21px;
    height: 16px;
    background: url("../images/list-arrow1.jpg") no-repeat;
    margin-top: 7px;
}
ul.list_in li a:hover .list_right i{
    background: url("../images/list-arrow2.jpg") no-repeat;
}

ul.list_in li a .list_left{
    width: 200px;
    height: 134px;
    border-right: 1px solid #ddd;
    margin-left: 30px;
}
ul.list_in li a .list_left p{
    width: 200px;
    text-align: center;
    font-size: 48px;
    color: #7c99a5;
    line-height: 50px;
    padding-top: 20px;
}
ul.list_in li a .list_left span{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #999;
    padding-top: 4px;
}

.page_row{
    padding-bottom: 90px;
    text-align: center;
    line-height: 32px;
}
.page_row a{
    padding: 0 13px;
    color: #494949;
    border: 1px solid #ddd;
    border-left: 0;
    background-color: #fff;
    display: inline-block;
}
.page_row a:first-child{
    border-left: 1px solid #ddd;
}
.page_row a.now{
    color: #fff;
    background-color: #003394;
    border-color: #003394;
}
.page_row a.grey{
    color: #b3b3b3;
    pointer-events: none;
}
.page_row ul li {
    display: inline-block;
    border: 1px solid #ddd;

    margin: 0 1px;

    background: #fff;
    color: #494949;
    cursor: pointer;
}
.page_row ul li a {
    display: block;
    color: #494949;
    line-height: 24px;
    padding: 4px 12px;
}
.page_row ul li span{
    display: block;
    color: #494949;
    line-height: 24px;
    padding: 4px 12px;
}
.page_row ul li:hover{
    background: #003394;
    color: #494949;
    border: 1px solid #003394;
}
.page_row ul li.active {
    display: inline-block;
    border: 1px solid #003394;
    background: #003394;
    color: #fff;
}
.page_row ul li.active a{
    color: #fff;
}
.page_row ul li.active span{
    color: #fff;
}
.page_row ul li.disabled:hover span{
    color: #fff;
}
.page_row ul li:hover a{
    color: #494949;
}

.detail_row{
    padding-top: 52px;
}
.detail_row h1{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}

.detail_time{
    font-size: 14px;
    border-bottom: 1px solid #eceff1;
    display: flex;
    justify-content: space-between;
    padding: 30px 0 12px;
}
.detail_time_left{
    color: #666;
}
.detail_time_left span{
    padding-right: 18px;
}
.detail_time_right{
    width: 350px;
    display: flex;
    justify-content: space-between;
}
.detail_time_r_font{
    color: #3a3a3a;
}
.detail_time_r_font a{
    margin: 0 4px;
}
.detail_time_r_fx{
    color: #666;
    display: flex;
    align-items: center;
    line-height: 0;
}
.detail_time_r_fx span{
    padding-right: 10px;
}
.detail_time_r_fx a{
    margin-left: 8px;
}

.detail_font{
    padding: 20px 0 60px 0;
}
.detail_font p{
    font-size: 18px;
    color: #3a3a3a;
    text-indent: 2em;
    line-height: 24px;
    padding-top: 20px;
}
.detail_font span i{
    display: block;
    text-align: center;
    padding-top: 26px;
}
.detail_font span img{
    max-width: 800px;
    max-height: 500px;
}


.building{
    height: 2px;
    background-color: #003394;
}

.building_bg{
    height: 612px;
    background: url("../images/build-bg.jpg") 470px 122px no-repeat;
}
.building_bg b{
    font-size: 24px;
    color: #003394;
    display: block;
    padding: 234px 0 0 130px;
}
.building_bg a{
    display: block;
    width: 144px;
    height: 44px;
    line-height: 44px;
    background-color: #003394;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 22px;
    margin: 30px 0 0 130px;
}


.pic_row{
    overflow: hidden;
}

ul.pic_in{
    width: 1230px;
    padding: 50px 0 36px;
}
ul.pic_in li{
    width: 380px;
    background-color: #fff;
    float: left;
    margin:30px 0 0 30px;
    line-height: 0;
}
ul.pic_in li img{
    width: 380px;
    height: 248px;
}
ul.pic_in li p{
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.fzgs_row{
	padding-top: 80px;
	overflow: hidden;
}
ul.fzgs_in{
	width: 1250px;
}
ul.fzgs_in li{
	width: 372px;
	height: 237px;
	float: left;
	margin: 0 42px 66px 0;
	position: relative;
}
ul.fzgs_in li img{
	width: 350px;
	height: 212px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
ul.fzgs_in li a>div{
	width: 312px;
	height: 158px;
	background-color: rgba(0,51,148,.9);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	padding: 0 20px;
	box-sizing: border-box;
}
ul.fzgs_in li a>div .fzgs_font{
	height: 82px;
	overflow: hidden;
	margin-top: 35px;
}
ul.fzgs_in li a>div .fzgs_font p{
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	text-align: justify;
}
ul.fzgs_in li a>div .fzgs_font span{
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: rgba(205,222,255,.66);
	margin-top: 8px;
	text-align: justify;
}
ul.fzgs_in li a>div i{
	display: block;
	width: 14px;
	height: 10px;
	background: url(../images/fzgs-arrow.png) no-repeat;
	float: right;
	margin-top: 12px;
}


/*集团业务首页*/
.jtywsy_row{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.jtywsy_in{
    width: 388px;
    height: 236px;
    position: relative;
	margin: 20px 0 0;
}
.jtywsy_in img{
    width: 388px;
    height: 236px;
}
.jtywsy_in b{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 46px;
	background-image: linear-gradient(to right, #053693, transparent);
	color: #fff;
	font-size: 22px;
	line-height: 46px;
	padding: 0 20px;
	box-sizing: border-box;
}


/*集团业务列表*/
.jtyw_row{
	padding-top: 80px;
	overflow: hidden;
}
ul.jtyw_in{
	width: 1250px;
}
ul.jtyw_in li{
	width: 372px;
	height: 237px;
	float: left;
	margin: 0 42px 66px 0;
	position: relative;
}
ul.jtyw_in li img{
	width: 350px;
	height: 212px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
ul.jtyw_in li a>div{
	width: 312px;
	height: 82px;
	background-color: rgba(0,51,148,.9);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	padding: 0 20px;
	box-sizing: border-box;
}
ul.jtyw_in li a>div .jtyw_font{
	height: 25px;
	overflow: hidden;
	margin-top: 15px;
}
ul.jtyw_in li a>div .jtyw_font p{
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	text-align: justify;
}
ul.jtyw_in li a>div .jtyw_font span{
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: rgba(205,222,255,.66);
	margin-top: 8px;
	text-align: justify;
}
ul.jtyw_in li a>div i{
	display: block;
	width: 14px;
	height: 10px;
	background: url(../images/fzgs-arrow.png) no-repeat;
	float: right;
	margin-top: 12px;
}


/* 公司荣誉 */
.jtry_title{
	text-align: center;
}
ul.jtry_row{
	width: 1230px;
}
ul.jtry_row li{
	width: 283px;
	height: 352px;
	background: url(../images/jtry-bg.jpg) no-repeat;
	float: left;
	margin: 40px 23px 0 0;
}
ul.jtry_row li b{
	font-size: 22px;
	color: #d33a0b;
	text-align: center;
	display: block;
	line-height: 30px;
	padding: 0 36px 0;
	margin-top: 40px;
	height: 120px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
ul.jtry_row li p{
	font-size: 16px;
	color: #666;
	text-align: center;
	display: block;
	line-height: 24px;
	padding: 0 36px 0;
	margin-top: 45px;
	height: 72px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.xlgd_row{
	padding: 50px 0 80px;
}
.xlgd_row a{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #999;
}
.xlgd_row a img{
	padding-right: 10px;
}



/* 公司领导 */
.grey_bg{
	background-color: #f5f5f5;
}
ul.gsld_row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
ul.gsld_row li{
	width: 534px;
	height: 490px;
	background-color: #fff;
	margin-bottom: 30px;
}
ul.gsld_row li img{
	width: 534px;
	height: 398px;
}
ul.gsld_row li p{
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
}
ul.gsld_row li span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #828181;
	padding-top: 2px;
}


/* 公司领导详情 */
.gsldxq_row{
	width: 910px;
	height: 900px;
	background-color: #e9e9f1;
	margin: 0 auto 80px;
}
.gsldxq_row img{
	width: 600px;
	height: 900px;
	float: left;
}
.gsldxq_right{
	width: 310px;
	float: left;
	padding: 170px 0 0 50px;
	box-sizing: border-box;
}
.gsldxq_right b{
	display: block;
	font-size: 45px;
	line-height: 50px;
}
.gsldxq_right span{
	display: block;
	font-size: 24px;
	padding-top: 30px;
	line-height: 32px;
}

/* 企业文化 */
.culture{
    padding: 80px 0 50px;
}
.culture_in{
    background-color: #fff;
    padding-bottom: 78px;
}
.culture_title{
    padding: 30px 0 0 30px;
}
.culture_title b{
    display: block;
    font-size: 30px;
    color: #003394;
    font-family: '思源宋体';
}
.culture_title span{
    display: block;
    font-size: 14px;
    color: #7c99a5;
    padding: 8px 0 22px;
}

.culture_content{
    display: flex;
    justify-content: space-between;
}
.culture_left{
    width: 220px;
    margin: 0 0 0 30px;
    font-size: 16px;
}
.culture_menu a{
    display: block;
    height: 56px;
    line-height: 56px;
    background-color: #fafafa;
    margin-bottom: 2px;
    padding-left: 30px;
    box-sizing: border-box;
}
.culture_menu a:hover,
.culture_menu .active{
    font-weight: bold;
    color: #003394;
    background-color: #edf2fa;
}
.culture_right{
    width: 896px;
    margin-right: 30px;
}
.culture_right img{
    width: 896px;
    margin-top: 110px;
}
.culture_right_title{
    font-size: 20px;
    font-weight: bold;
    padding: 40px 0 20px;
    border-bottom: 1px solid #dcdcdc;
}
.culture_right ul{
    padding-top: 40px;
    font-size: 16px;
}
.culture_right ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.culture_right ul li i{
    width: 4px;
    height: 4px;
    background-color: #c8c8c8;
    border-radius: 50%;
}
.culture_right ul li a{
    width: 760px;
}
.culture_right ul li span{
    width: 106px;
    text-align: right;
    color: #999;
}
.culture_detail_title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 40px 0 40px;
}
.culture_detail_content p{
    font-size: 18px;
    line-height: 36px;
}
.culture_detail_content video,
.culture_detail_content img{
    max-width: 600px;
    margin: 10px auto;
    display: block;
}

.main920{
    width: 920px;
    margin: 0 auto;
}

.main1120{
    width: 1120px;
    margin: 0 auto;
}

.main1460{
    width: 1460px;
    margin: 0 auto;

}

.fzgs_row{
	padding-top: 80px;
	overflow: hidden;
}
.grey_bg{
	background-color: #f5f5f5;
}

ul.gsld_rowb{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:10px;
}
ul.gsld_rowb li{
	width: 400px;
	height: 378px;
	background-color: #fff;
	margin-bottom: 20px;
}
ul.gsld_rowb li img{
	width: 400px;
	height: 298px;
}
ul.gsld_rowb li p{
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
}
ul.gsld_rowb li span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #828181;
	padding-top: 2px;
}


ul.gsld_rowa{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
ul.gsld_rowa li{
	width: 336px;
	height: 330px;
	background-color: #fff;
	margin-bottom: 20px;
}
ul.gsld_rowa li img{
	width: 336px;
	height: 250px;
}
ul.gsld_rowa li p{
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
}
ul.gsld_rowa li span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #828181;
	padding-top: 2px;
}
